UCF STIG Viewer Logo

The operating system must employ a deny-all, permit-by-exception policy to allow the execution of authorized software programs.


Overview

Finding ID Version Rule ID IA Controls Severity
V-57637 WIN00-000018 SV-75123r1_rule Low
Description
Utilizing a whitelist provides a configuration management method for allowing the execution of only authorized software. Using only authorized software decreases risk by limiting the number of potential vulnerabilities. The organization must identify authorized software programs and only permit execution of authorized software. The process used to identify software programs that are authorized to execute on organizational information systems is commonly referred to as whitelisting.
STIG Date
Windows Server 2008 R2 Domain Controller Security Technical Implementation Guide 2015-06-16

Details

Check Text ( C-61613r5_chk )
This will be upgraded to a CAT I severity in a next release (Oct).

This is applicable to unclassified systems, for other systems this is NA.

Verify the operating system employs a deny-all, permit-by-exception policy to allow the execution of authorized software programs. If it does not, this is a finding.

Configuration of whitelisting applications will vary by the program. AppLocker is a whitelisting application built into Windows 2008 R2.

If AppLocker is used, perform the following to view the configuration of AppLocker:
Open PowerShell.
If the AppLocker PowerShell module has not been previously imported, execute the following first:
Import-Module AppLocker
Execute the following command, substituting [c:\temp\file.xml] with a location and file name appropriate for the system.
Get-AppLockerPolicy -Effective | Set-Content ('c:\temp\file.xml')
This will produce an xml file with the effective settings that can be viewed in a browser or opened in a program such as Excel for review.
Fix Text (F-66347r3_fix)
This is applicable to unclassified systems, for other systems this is NA.

Configure the operating system to employ a deny-all, permit-by-exception policy to allow the execution of authorized software programs.

Configuration of whitelisting applications will vary by the program. AppLocker is a whitelisting application built into Windows 2008 R2.

If AppLocker is used, it is configured through group policy in Computer Configuration >> Windows Settings >> Security Settings >> Application Control Policies >> AppLocker.